home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_oth / pclisp / read.me < prev   
Text File  |  1986-02-22  |  1KB  |  30 lines

  1.  
  2.  
  3.  
  4.     I have just posted a LISP interpreter for MS-DOS called PC-LISP.
  5. It runs a subset of Franz lisp. It consists of three files:
  6.  
  7.     lisp.doc    - A manual
  8.     extfunc.l    - A set of function definitions and a demo.
  9.     pc-lisp.uuu    - The uuencoded binary. A 112K .exe file.
  10.  
  11.     This interpreter is the result of 1 and a half years of work,
  12. it has full garbage collection and heap management. It allows lambda,
  13. nlambda and macro bodies, will run prog's, has types float, alpha, list 
  14. and port. It incorporates shallow binding techniques for O(1) symbol
  15. lookup. It has access to the MS-DOS BIOS graphics routines. The demo
  16. is a small Turtle Graphics routine. It has full error detection   
  17. including stack overflow. It has one break level from which you can
  18. analyze bindings at the point of error, show the stack up to the
  19. point of error, or trace a functions execution. It requires 256K but
  20. runs best with 512 or a full 640K. 
  21.  
  22.     The three parts have been posted to net.sources
  23.  
  24.         Enjoy
  25.  
  26.             Peter Ashwood-Smith
  27.             University of Toronto.
  28.  
  29.  
  30.